home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Environments
/
Prograph Classic 2.6.1
/
Prograph Extensions
/
More Primitives
/
More Primitives.rsrc
/
STR#_418.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-09-21
|
354 b
|
11 lines
Inputs: Buffer; Offset; String
Outputs: Buffer; NextOffset
Inputs: ABlock[@[@]] | integer; integer; string
Outputs: ABlock[@[@]] | integer; integer
Puts N + 1 bytes into Buffer starting at Offset, where N is the minimum of 255 and the length of String. The first byte is N; the remaining N bytes are from String. NextOffset is Offset + N + 1.
Memory